subscript(_:_:)

Accessor for the parameters, returns a bindable value.

Declaration

@MainActor @preconcurrency subscript<T>(name: String, type: T.Type = T.self) -> BindableValue<T>? where T : BindableData { get set }