RAGS - v1.10.0
    Preparing search index...

    Type Alias BindableProps<T>

    BindableProps: { [K in keyof T]: Binding<any, any, NonNullable<T[K]>> | T[K] }

    Maps each property of T to accept either its original type or a Binding.

    Used in widget constructors to allow properties to be set directly or bound to a reactive source.

    Type Parameters

    • T

      The props type to make bindable