zibri
    Preparing search index...

    Metadata shared by all properties.

    type BasePropertyMetadata = {
        description: string | undefined;
        exclude: ExcludePropertyValue;
        excludeFromChangeSets: boolean;
        required: RequiredPropertyValue;
    }
    Index

    Properties

    description: string | undefined

    A description of the property.

    Whether this property should be excluded from external-facing outputs.

    excludeFromChangeSets: boolean

    Whether or not this property should be excluded when generating change sets.

    Whether or not the property is required.