Skip to content

ArrayPropertyInfo

The ArrayPropertyInfo table contains type information for custom ArrayProperty properties.

You must supply data yourself when using this table.

Structure

KeyValue TypeSub Type
TypetablePropertyTypes

Example

lua
local ArrayPropertyInfo = {
    ["Type"] = PropertyTypes.IntProperty
}