interface ClientHandlerProps {
    Component?: any;
    context?: Id[];
    error?: any;
    ErrorComponent: any;
    fillSize?: boolean;
    handlerId?: Id;
    linkId: Id;
    ml?: any;
    onClose?: (() => any);
    [key: string]: any;
}

Hierarchy

Indexable

  • [key: string]: any

Properties

Component?: any
context?: Id[]
error?: any
ErrorComponent: any
fillSize?: boolean
handlerId?: Id
linkId: Id
ml?: any
onClose?: (() => any)
MMNEPVFCICPMFPCPTTAAATR