OpenFin Workspace Platform API
    Preparing search index...

    Interface PageLayoutDetails

    interface PageLayoutDetails {
        machineId: string;
        machineName?: string;
    }
    Index
    machineId: string

    The id of the machine that created the page.

    machineName?: string

    The name of the machine that created the page.