VariantObject
interface VariantObject <Theme extends object = object> {
autocomplete?: Arrayable<AutoCompleteFunction | AutoCompleteTemplate>;
match: VariantFunction<Theme>;
multiPass?: boolean;
name?: string;
order?: number;
}§Properties
§
autocomplete?: Arrayable<AutoCompleteFunction | AutoCompleteTemplate>
[src]Custom function for auto complete
§
match: VariantFunction<Theme>
[src]The entry function to match and rewrite the selector for further processing.