Search
    Preparing search index...

    Тип для стандартного поискового поля

    interface IBaseFormField {
        inverted?: boolean;
        name: string;
        searchType?: SEARCH_TYPE;
        type?: VALUE_TYPE;
    }
    Index

    Properties

    inverted?: boolean
    name: string
    searchType?: SEARCH_TYPE
    type?: VALUE_TYPE