Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface MainButtonParams

    interface MainButtonParams {
        color?: string;
        has_shine_effect?: boolean;
        is_active?: boolean;
        is_progress_visible?: boolean;
        is_visible?: boolean;
        text?: string;
        text_color?: string;
    }
    Index

    Properties

    color?: string
    has_shine_effect?: boolean
    is_active?: boolean
    is_progress_visible?: boolean
    is_visible?: boolean
    text?: string
    text_color?: string