Interface IUIComponentReadyEventArgs

interface IUIComponentReadyEventArgs {
    code: string;
    component: unknown;
}

Properties

Properties

code: string
component: unknown