@coopenomics/sdk
    Preparing search index...

    Variable extensionSelectorConst

    extensionSelector: {
        config: boolean;
        created_at: boolean;
        description: boolean;
        desktops: {
            defaultRoute: boolean;
            icon: boolean;
            name: boolean;
            title: boolean;
        };
        enabled: boolean;
        external_url: boolean;
        image: boolean;
        instructions: boolean;
        is_available: boolean;
        is_builtin: boolean;
        is_installed: boolean;
        is_internal: boolean;
        name: boolean;
        readme: boolean;
        schema: boolean;
        tags: boolean;
        title: boolean;
        updated_at: boolean;
    } = ...

    Type Declaration

    • config: boolean
    • created_at: boolean
    • description: boolean
    • desktops: { defaultRoute: boolean; icon: boolean; name: boolean; title: boolean }
    • enabled: boolean
    • external_url: boolean
    • image: boolean
    • instructions: boolean
    • is_available: boolean
    • is_builtin: boolean
    • is_installed: boolean
    • is_internal: boolean
    • name: boolean
    • readme: boolean
    • schema: boolean
    • tags: boolean
    • title: boolean
    • updated_at: boolean