Interface PropertyInfo

Information on a single property

This is returned by BuildingBlock.getPropertyInfo and Api.getPropertyInfo

interface PropertyInfo {
    mandatory: boolean;
    multiple?: boolean;
    type: PropertyType;
}

Properties

mandatory: boolean

Whether the property is mandatory (has to be set)

multiple?: boolean

Whether multiple values can be assigned to this property

Type of the property