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

    Interface HomePageComponentMetadata

    interface HomePageComponentMetadata {
        body?: string;
        fullName?: string;
        height?: number;
        links?: string[];
        page?: string;
        pageComponentType: PageComponentType;
        showLabel?: boolean;
        showScrollbars?: boolean;
        width?: PageComponentWidth;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body?: string
    fullName?: string
    height?: number
    links?: string[]
    page?: string
    pageComponentType: PageComponentType
    showLabel?: boolean
    showScrollbars?: boolean