On this page

Type Alias BinderUniform

type BinderUniform = {
    binding: Uniform<any>;
    name: string;
    property: string;
}
Index

Properties

Properties

binding: Uniform<any>
name: string
property: string
Was this helpful?
SDK JS
Reference
BinderUniform