NS Tools/Framework - v0.0.1
    Preparing search index...

    Variable parsePropConst

    parseProp: (propertyKey: string) => [boolean, string] = ...

    parses a property name from a declaration (supporting 'Text' suffix per our convention)

    Type Declaration

      • (propertyKey: string): [boolean, string]
      • Parameters

        • propertyKey: string

          original property name as declared on class

        Returns [boolean, string]

        pair consisting of a flag indicating this field wants 'text' behavior and the actual ns field name (with Text suffix removed)