Membrane SDK - v0.2.1
    Preparing search index...

    Class IDataField

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    key?: string

    This field's key inside the parent field. If parent field is an object, it is a property key. If parent field is an array, this is an index inside the array. If it's a top-level field, the key is empty.

    name?: string

    Field's human-readable name.

    schema?: DataSchema

    Field's Data Schema

    value?: any

    Field's value. Can be a plain value or a formula.

    isRequired?: boolean

    Whether this field is required.

    subFields?: IDataField[]

    Fields nested into this field