Variable rawExtensionSelectorConst

rawExtensionSelector: {
    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;
    }
    • 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