Required for copying page in the same space.

interface CopyPageHierarchyTitleOptions {
    prefix?: string;
    replace?: string;
    search?: string;
}

Properties

prefix?: string
replace?: string
search?: string

Generated using TypeDoc v0.25.12