MLightCAD
    Preparing search index...

    Type Alias AcEdBusyIndicatorEventArgs

    Type definition for all events that can be emitted through the global event bus.

    This type maps event names to their corresponding payload types, providing type safety for event emission and listening throughout the application.

    • File Operations: open-file, open-local-file-started, open-file-progress, failed-to-open-file, cache-font, font-file-selected
    • Palette Control: close-layer-manager
    • Font Management: fonts-not-loaded, failed-to-get-avaiable-fonts, font-not-found
    • Missing Resources: missed-data-changed
    • User Messages: message
    • Busy Indicator: busy-indicator
    type AcEdBusyIndicatorEventArgs = {
        message?: string;
        visible: boolean;
    }
    Index

    Properties

    Properties

    message?: string

    Optional message text displayed with the spinner

    visible: boolean

    Whether the busy overlay should be visible