FieldedText TypeScript Library
    Preparing search index...

    Variable FtHeadingConstraintConst

    FtHeadingConstraint: {
        AllConstant: "AllConstant";
        MainConstant: "MainConstant";
        NameConstant: "NameConstant";
        NameIsMain: "NameIsMain";
        None: "None";
    } = ...

    Type Declaration

    • ReadonlyAllConstant: "AllConstant"

      All headings in the data must match the headings specified in the Meta

    • ReadonlyMainConstant: "MainConstant"

      The heading in the main heading line in the data must match the corresponding heading specified in the Meta

    • ReadonlyNameConstant: "NameConstant"

      The heading in the main heading line in the data must case-insensitively match the field's name

    • ReadonlyNameIsMain: "NameIsMain"

      The field's name is set to the heading in the main heading line in the data

    • ReadonlyNone: "None"

      No constraings on headings