Membrane React - v0.2.1
    Preparing search index...

    Interface ILookupTagProps

    interface ILookupTagProps {
        truncate?: boolean;
        inactive?: boolean;
        disabled?: boolean;
        onConfigClick: () => void;
        configError?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    truncate?: boolean
    inactive?: boolean
    disabled?: boolean
    onConfigClick: () => void
    configError?: boolean