Skip to content

Property Provider

Easily isolate and apply instance properties to components.

Functions

getProps

luau

Code block has not loaded. An error may have occurred.

Given a table, this function isolates the properties that fit the instance type. This is especially useful for hydrating components with properties passed by the user.

getPropsAndSpecialKeys

luau

Code block has not loaded. An error may have occurred.

Given a table, this function isolates the properties that fit the instance type and all special keys passed. This is useful in cases where the component should have a large amount of flexibility.