Skip to main content
Version: 1.x

@microsoft/fast-foundation > SliderOptions

SliderOptions type

Slider configuration options

Signature:
export declare type SliderOptions = FoundationElementDefinition & {
thumb?: string | SyntheticViewTemplate;
};