AppliedLayoutInfo: {
    cat: string;
    name: string;
}

The info object will point to a specific layout item.

Type declaration

  • cat: string

    The layout category name

  • name: string

    The layout name

Generated using TypeDoc