Skip to main content

@microsoft/fast-foundation > SwitchOptions

SwitchOptions type

Switch configuration options

Signature:
export declare type SwitchOptions = FoundationElementDefinition & {
switch?: string | SyntheticViewTemplate;
};