@seamapi/blueprint - v0.51.3
    Preparing search index...

    Interface EnumProperty

    interface EnumProperty {
        deprecationMessage: string;
        description: string;
        draftMessage: string;
        format: "enum";
        isDeprecated: boolean;
        isDraft: boolean;
        isUndocumented: boolean;
        jsonType: "string";
        name: string;
        propertyGroupKey: null | string;
        undocumentedMessage: string;
        values: BaseProperty[];
    }

    Hierarchy

    • BaseProperty
      • EnumProperty
    Index

    Properties

    deprecationMessage: string
    description: string
    draftMessage: string
    format: "enum"
    isDeprecated: boolean
    isDraft: boolean
    isUndocumented: boolean
    jsonType: "string"
    name: string
    propertyGroupKey: null | string
    undocumentedMessage: string
    values: BaseProperty[]