ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface ScrollspyMenuItem {
        title: string;
        target?: string;
        active?: boolean;
        children?: ScrollspyMenuItem[];
    }
    Index

    Properties

    title: string
    target?: string
    active?: boolean
    children?: ScrollspyMenuItem[]