Interface SearchInputInputBindings

interface SearchInputInputBindings {
    autoFocus?: boolean;
    entityName: string;
    performSearch?: boolean;
    queryBuilderId?: string;
    queryBuilderOkButtonLabel?: string;
    queryModel?: QueryBuilderModel;
    queryText?: string;
    showQueryBuilder?: boolean;
}

Hierarchy (view full)

Properties

autoFocus?: boolean
entityName: string
performSearch?: boolean
queryBuilderId?: string
queryBuilderOkButtonLabel?: string
queryModel?: QueryBuilderModel
queryText?: string
showQueryBuilder?: boolean