@rendley/sdk - v1.15.5
Preparing search index...
PropertyRegistration
Interface PropertyRegistration
Runtime registration contract connecting an animatable property key to get/set accessors on a clip.
interface
PropertyRegistration
{
get
:
()
=>
PropertyValue
;
key
:
string
;
set
:
(
value
:
PropertyValue
)
=>
void
;
type
:
PropertyDescriptionTypeEnum
;
}
Index
Properties
get
key
set
type
Properties
get
get
:
()
=>
PropertyValue
key
key
:
string
set
set
:
(
value
:
PropertyValue
)
=>
void
type
type
:
PropertyDescriptionTypeEnum
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
key
set
type
@rendley/sdk - v1.15.5
Loading...
Runtime registration contract connecting an animatable property key to get/set accessors on a clip.