BeforeLayoutChangedEventData: {
    layoutId: string;
    pageId: number;
    pageSubIndex: number;
}

Event data for the BeforeLayoutChanged event. Holds the page id and optional sub index as well as the layout id which should be applied.

Type declaration

  • layoutId: string

    The layout which should be applied.

  • pageId: number

    The target page where the layout should be applied to.

  • pageSubIndex: number

    The optional sub page index for spread setups where the layout should be applied to.

Generated using TypeDoc