vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ManagedContentNodeType

    interface ManagedContentNodeType {
        helpText?: string;
        isLocalizable?: boolean;
        isRequired?: boolean;
        nodeLabel: string;
        nodeName: string;
        nodeType: MCNodeType;
        placeholderText?: string;
    }
    Index

    Properties

    helpText?: string
    isLocalizable?: boolean
    isRequired?: boolean
    nodeLabel: string
    nodeName: string
    nodeType: MCNodeType
    placeholderText?: string