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

    Interface EmbeddedServiceAppointmentSettings

    interface EmbeddedServiceAppointmentSettings {
        appointmentConfirmImg?: string;
        enabled: boolean;
        homeImg?: string;
        logoImg?: string;
        shouldShowExistingAppointment?: boolean;
        shouldShowNewAppointment?: boolean;
    }
    Index

    Properties

    appointmentConfirmImg?: string
    enabled: boolean
    homeImg?: string
    logoImg?: string
    shouldShowExistingAppointment?: boolean
    shouldShowNewAppointment?: boolean