class documentation

class PropertyFieldTemplate(bb.Struct): (source)

View In Hierarchy

Defines how a single property field may be structured. Used exclusively by :class:`PropertyGroupTemplate`. :ivar file_properties.PropertyFieldTemplate.name: Key of the property field being described. Property field keys can be up to 256 bytes. :ivar file_properties.PropertyFieldTemplate.description: Description of the property field. Property field descriptions can be up to 1024 bytes. :ivar file_properties.PropertyFieldTemplate.type: Data type of the value of this property field. This type will be enforced upon property creation and modifications.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable description Undocumented
Instance Variable name Undocumented
Instance Variable type Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _description_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _type_value Undocumented
def __init__(self, name=None, description=None, type=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

description = (source)

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_description_value = (source)

Undocumented

_name_value = (source)

Undocumented

_type_value = (source)

Undocumented