jamespot-user-api
    Preparing search index...

    Type Alias WidgetEditorActions<T>

    type WidgetEditorActions<T = CombinedWidgetContent> = {
        onChange: (content: Partial<T>, override?: boolean) => void;
        onSave: (content: Partial<T>) => void;
        onStateChange: (state: WidgetStateProps) => void;
    }

    Type Parameters

    Index

    Properties

    onChange: (content: Partial<T>, override?: boolean) => void
    onSave: (content: Partial<T>) => void
    onStateChange: (state: WidgetStateProps) => void