clik-engine API
    Preparing search index...

    Interface ThemeSprites

    Optional mapping of texture keys used by sprite-based UI components.

    interface ThemeSprites {
        buttonDanger?: string;
        buttonDangerHover?: string;
        buttonDangerPress?: string;
        buttonPrimary?: string;
        buttonPrimaryHover?: string;
        buttonPrimaryPress?: string;
        buttonSecondary?: string;
        buttonSecondaryHover?: string;
        buttonSecondaryPress?: string;
        panel?: string;
        panelAlt?: string;
        progressFill?: string;
        progressTrack?: string;
        tooltip?: string;
    }
    Index

    Properties

    buttonDanger?: string
    buttonDangerHover?: string
    buttonDangerPress?: string
    buttonPrimary?: string
    buttonPrimaryHover?: string
    buttonPrimaryPress?: string
    buttonSecondary?: string
    buttonSecondaryHover?: string
    buttonSecondaryPress?: string
    panel?: string
    panelAlt?: string
    progressFill?: string
    progressTrack?: string
    tooltip?: string