Skip to main content
Version: 1.x

@microsoft/fast-foundation > ComboboxOptions

ComboboxOptions type

Combobox configuration options

Signature:
export declare type ComboboxOptions = FoundationElementDefinition & StartEndOptions & {
indicator?: string | SyntheticViewTemplate;
};