Saxonberg Server API
    Preparing search index...

    Interface CmsTreeListing

    Result of listTree — the children of one node.

    interface CmsTreeListing {
        backend: CmsBackend;
        entries: CmsTreeEntry[];
        path: string;
    }
    Index

    Properties

    Properties

    backend: CmsBackend
    entries: CmsTreeEntry[]
    path: string