Preparing search index...
    interface LookupAttributeSTProps<ST extends LookupAttributeST> {
        metaKey?: MetaEntityKey;
        onAddTerm?: () => void;
        onDelete: () => void;
        searchTerm: ST;
        searchTermList: AbstractSearchTerm[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    metaKey?: MetaEntityKey
    onAddTerm?: () => void
    onDelete: () => void
    searchTerm: ST
    searchTermList: AbstractSearchTerm[]