Perseus
    Preparing search index...

    An editor for adding a sorter widget that allows users to arrange items in a specific order.

    Hierarchy

    • Component<Props>
      • SorterEditor
    Index

    Constructors

    • Parameters

      • props: any

      Returns SorterEditor

    • Parameters

      • props: any
      • context: any

      Returns SorterEditor

    Properties

    onLayoutChange: (arg1: ChangeEvent<HTMLInputElement>) => void = ...
    serialize: (arg1: any) => void = ...
    defaultProps: SorterDefaultWidgetOptions = sorterLogic.defaultWidgetOptions
    propTypes: { correct: any; layout: any; padding: any } = ...
    widgetName: "sorter" = ...

    Methods