@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbDocumentPublishWithDescendantsModalValue

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

    Hierarchy (View Summary)

    Index

    Properties

    includeUnpublishedDescendants?: boolean
    selection: string[]