Perseus
    Preparing search index...

    An editor for adding a matcher widget that allows users to match items from two different sets.

    Hierarchy

    • Component<Props>
      • MatcherEditor
    Index

    Constructors

    • Parameters

      • props: any

      Returns MatcherEditor

    • Parameters

      • props: any
      • context: any

      Returns MatcherEditor

    Properties

    getSaveWarnings: () => readonly string[] = ...
    onLabelChange: (arg1: number, arg2: ChangeEvent<HTMLInputElement>) => void = ...
    serialize: any = ...
    defaultProps: MatcherDefaultWidgetOptions = matcherLogic.defaultWidgetOptions
    propTypes: {
        labels: any;
        left: any;
        orderMatters: any;
        padding: any;
        right: any;
    } = ...
    widgetName: "matcher" = ...

    Methods