interface UmbDocumentPublishWithDescendantsModalValue {
    includeUnpublishedDescendants?: boolean;
    selection: string[];
}

Hierarchy (view full)

Properties

includeUnpublishedDescendants?: boolean
selection: string[]
""