Skip to main content

ResourceList <T>

Hierarchy

Index

Constructors

constructor

Properties

readonlyfilesById

filesById: Map<string, ResourceFileTypeCast<T>> = ...

readonlyfilesByLabel

filesByLabel: Map<string, ResourceFileTypeCast<T>> = ...

readonlygroupsById

groupsById: Map<string, ResourceGroupTypeCast<T>> = ...

readonlygroupsByLabel

groupsByLabel: Map<string, ResourceGroupTypeCast<T>> = ...

readonlyitems

items: Set<T> = ...

readonlyitemsById

itemsById: Map<string, T> = ...

readonlyitemsByLabel

itemsByLabel: Map<string, T> = ...

readonlyresourceFiles

resourceFiles: Set<ResourceFileTypeCast<T>> = ...

readonlyresourceGroups

resourceGroups: Set<ResourceGroupTypeCast<T>> = ...

Methods

add

  • add(x: T, sync?: boolean): void
  • Parameters

    • x: T
    • sync: boolean = true

    Returns void

remove

  • remove(x: T): void
  • Parameters

    • x: T

    Returns void