Type Alias: ITypedMyopComponent<TData, TCtaPayloads>
ITypedMyopComponent<
TData,TCtaPayloads>:Omit<IMyopComponent,"props"> &object
Defined in: projects/components/src/lib/myop.component.ts:102
Typed Myop component interface with typed props. Use this type for the component returned in load event.
Type declaration
props
props:
IMyopComponentProps<TData,TCtaPayloads> |null
Typed props for the component
Type Parameters
• TData = any
• TCtaPayloads extends Record<string, any> = Record<string, any>