Payload type specific to save events.

interface SaveEventPayload {
    pageModel: ParentPageModelApi;
}

Properties

Properties