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

    Interface ApexPageMetadata

    interface ApexPageMetadata {
        apiVersion: number;
        availableInTouch?: boolean;
        confirmationTokenRequired?: boolean;
        content?: string;
        description?: string;
        fullName?: string;
        label: string;
        packageVersions?: PackageVersion[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiVersion: number
    availableInTouch?: boolean
    confirmationTokenRequired?: boolean
    content?: string
    description?: string
    fullName?: string
    label: string
    packageVersions?: PackageVersion[]