Skip to main content

@microsoft/fast-foundation > FlipperOptions

FlipperOptions type

Flipper configuration options

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