Skip to main content
Version: 1.x

@microsoft/fast-foundation > FlipperOptions

FlipperOptions type

Flipper configuration options

Signature:
export declare type FlipperOptions = FoundationElementDefinition & {
next?: string | SyntheticViewTemplate;
previous?: string | SyntheticViewTemplate;
};