Property ModelsById
ModelsById
Gets an observable cache of all aura models indexed by their unique identifiers.
Declaration
IObservableCache<IAuraObject, string> ModelsById { get; }
Property Value
Type | Description |
---|---|
IObservableCache<IAuraObject, string> |
Examples
// Find a specific model
var model = eyeServices.ModelsById.Lookup("model-123").ValueOrDefault();