Home > @uniformdev/mesh-sdk > BindableTypes

BindableTypes type

Primitive data types that a parameter type accepts to be bound to composition data

Signature:

type BindableTypes = 'string' | 'number' | 'boolean' | 'object' | 'array';