jamespot-user-api
    Preparing search index...

    Type Alias WidgetWelcomeContent

    type WidgetWelcomeContent = {
        buttonName?: string;
        css?: Record<string, string | number>;
        lineBreak?: boolean;
        message?: string;
        position?: string;
    }
    Index

    Properties

    buttonName?: string
    css?: Record<string, string | number>
    lineBreak?: boolean
    message?: string
    position?: string