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

    Interface VlocityUITemplate

    Describes a Vlocity UI Template

    interface VlocityUITemplate {
        css?: string;
        customJavascript?: string;
        html?: string;
        name: string;
        sass?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    css?: string
    customJavascript?: string
    html?: string
    name: string
    sass?: string