EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    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();
    2025 © Xab3r. All rights reserved.