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

    Interface SvcCatalogCategoryMetadata

    interface SvcCatalogCategoryMetadata {
        fullName?: string;
        image?: string;
        isActive?: boolean;
        isProtected?: boolean;
        masterLabel: string;
        parentCategory?: string;
        sortOrder?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    image?: string
    isActive?: boolean
    isProtected?: boolean
    masterLabel: string
    parentCategory?: string
    sortOrder?: number