OpenFin Workspace API
    Preparing search index...

    Interface BaseTemplateFragment<T>

    interface BaseTemplateFragment<T extends keyof typeof TemplateFragmentNames> {
        style?: Record<string, string | number>;
        type: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    style?: Record<string, string | number>

    CSS style properties of the fragment.

    All the available custom template fragments support all of the React's inline style properties (with camelCase keys)

    Note: "position: fixed" is disallowed in the fragments.

    type: T

    Type of the template fragment.