OpenFin Workspace API
    Preparing search index...

    Interface TemplateComposition

    interface TemplateComposition {
        layout: TemplateFragment;
        minTemplateAPIVersion: string;
    }
    Index

    Root of the template composition tree. See ContainerTemplateFragment for nesting.

    minTemplateAPIVersion: string

    Minimum Template API version required for the service to render this composition.

    For example, a composition that consists only of container, text, image, or list fragments must declare a minimum template API version of "1".

    See BodyTemplateOptions for more details.