Perseus
    Preparing search index...

    An editor for adding a categorizer widget that allows users to sort items into categories.

    Hierarchy

    • Component<Props>
      • CategorizerEditor
    Index

    Constructors

    • Parameters

      • props: any

      Returns CategorizerEditor

    • Parameters

      • props: any
      • context: any

      Returns CategorizerEditor

    Properties

    change: (arg1: any, arg2: any, arg3: any) => any = ...
    serialize: () => any = ...
    defaultProps: CategorizerDefaultWidgetOptions = categorizerLogic.defaultWidgetOptions
    propTypes: {
        apiOptions: any;
        categories: any;
        items: any;
        onChange: any;
        randomizeItems: any;
        values: any;
    } = ...
    widgetName: "categorizer" = ...

    Methods