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

    Variable PluginConst

    Plugin: Schema.Struct<
        {
            author: Schema.optional<typeof Schema.String>;
            dependsOn: Schema.optional<Schema.Array$<typeof Schema.String>>;
            description: Schema.optional<typeof Schema.String>;
            homePage: Schema.optional<typeof Schema.String>;
            icon: Schema.optional<
                Schema.Struct<
                    {
                        hue: Schema.optional<typeof Schema.String>;
                        key: Schema.filter<typeof Schema.String>;
                    },
                >,
            >;
            key: Schema.filter<typeof Schema.String>;
            name: Schema.filter<typeof Schema.String>;
            screenshots: Schema.optional<
                Schema.Array$<
                    Schema.Struct<
                        {
                            dark: Schema.optional<typeof Schema.String>;
                            light: Schema.optional<typeof Schema.String>;
                        },
                    >,
                >,
            >;
            source: Schema.optional<typeof Schema.String>;
            spec: Schema.optional<typeof Schema.String>;
            tags: Schema.optional<Schema.Array$<typeof Schema.String>>;
        },
    >