Websites v4 docs v5.2.4
    Preparing search index...

    Interface NodeAddress

    interface NodeAddress {
        areaName: string;
        elementIdChain?: string[];
        itemIdChain?: string[];
        sectionId?: string;
    }
    Index

    Properties

    areaName: string
    elementIdChain?: string[]
    itemIdChain?: string[]
    sectionId?: string