@metreeca/blue - v0.9.1
    Preparing search index...

    Interface TextualConstraints

    Constraints for textual shape factories.

    interface TextualConstraints {
        in?: readonly string[];
        hasValue?: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    in?: readonly string[]

    Allowed values (closed enumeration).

    When specified, values must be members of this list.

    undefined (no enumeration constraint)

    hasValue?: readonly string[]

    Required values that must be present.

    When specified, all listed values must appear in the resource.

    undefined (no required values)