@dxos/app-framework - v0.8.3
    Preparing search index...

    Variable ToastConst

    Toast: Struct<
        {
            actionAlt: optional<
                Union<
                    [
                        typeof String$,
                        mutable<
                            Tuple2<
                                typeof String$,
                                mutable<
                                    Struct<
                                        {
                                            count: optional<(...)>;
                                            defaultValue: optional<(...)>;
                                            ns: typeof String$;
                                        },
                                    >,
                                >,
                            >,
                        >,
                    ],
                >,
            >;
            actionLabel: optional<
                Union<
                    [
                        typeof String$,
                        mutable<
                            Tuple2<
                                typeof String$,
                                mutable<
                                    Struct<
                                        {
                                            count: optional<(...)>;
                                            defaultValue: optional<(...)>;
                                            ns: typeof String$;
                                        },
                                    >,
                                >,
                            >,
                        >,
                    ],
                >,
            >;
            closeLabel: optional<
                Union<
                    [
                        typeof String$,
                        mutable<
                            Tuple2<
                                typeof String$,
                                mutable<
                                    Struct<
                                        {
                                            count: optional<(...)>;
                                            defaultValue: optional<(...)>;
                                            ns: typeof String$;
                                        },
                                    >,
                                >,
                            >,
                        >,
                    ],
                >,
            >;
            description: optional<
                Union<
                    [
                        typeof String$,
                        mutable<
                            Tuple2<
                                typeof String$,
                                mutable<
                                    Struct<
                                        {
                                            count: optional<(...)>;
                                            defaultValue: optional<(...)>;
                                            ns: typeof String$;
                                        },
                                    >,
                                >,
                            >,
                        >,
                    ],
                >,
            >;
            duration: optional<SchemaClass<number, number, never>>;
            icon: optional<SchemaClass<string, string, never>>;
            id: SchemaClass<string, string, never>;
            onAction: optional<SchemaClass<any, any, never>>;
            title: optional<
                Union<
                    [
                        typeof String$,
                        mutable<
                            Tuple2<
                                typeof String$,
                                mutable<
                                    Struct<
                                        {
                                            count: optional<(...)>;
                                            defaultValue: optional<(...)>;
                                            ns: typeof String$;
                                        },
                                    >,
                                >,
                            >,
                        >,
                    ],
                >,
            >;
        },
    > = ...