MLightCAD
    Preparing search index...

    Interface NotificationAction

    interface NotificationAction {
        action: () => void;
        label: string;
        primary?: boolean;
    }
    Index

    Properties

    Properties

    action: () => void
    label: string
    primary?: boolean