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

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