Skip to main content
Version: 1.x

@microsoft/fast-foundation > SwitchOptions

SwitchOptions type

Switch configuration options

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