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

    Interface CustomApplicationComponentMetadata

    interface CustomApplicationComponentMetadata {
        buttonIconUrl?: string;
        buttonStyle?: string;
        buttonText?: string;
        buttonWidth?: number;
        fullName?: string;
        height?: number;
        isHeightFixed: boolean;
        isHidden: boolean;
        isWidthFixed: boolean;
        visualforcePage: string;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    buttonIconUrl?: string
    buttonStyle?: string
    buttonText?: string
    buttonWidth?: number
    fullName?: string
    height?: number
    isHeightFixed: boolean
    isHidden: boolean
    isWidthFixed: boolean
    visualforcePage: string
    width?: number