jamespot-user-api
    Preparing search index...

    Type Alias WidgetDefaultProps

    type WidgetDefaultProps = {
        inplace: boolean;
        isComponentVisible?: boolean;
        mode: WidgetDisplayMode;
        onChange: (a: CombinedWidgetContent, b: boolean) => void;
        onClick?: () => void;
        onStateChange: (a: WidgetStateProps) => void;
        width: number | undefined;
    }
    Index

    Properties

    inplace: boolean
    isComponentVisible?: boolean
    onChange: (a: CombinedWidgetContent, b: boolean) => void
    onClick?: () => void
    onStateChange: (a: WidgetStateProps) => void
    width: number | undefined