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

    Variable parseSublistPropConst

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

    parses a property name from a declaration (supporting 'Sublist' suffix per 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 is actually a sublist and the actual ns sublist name (with Sublist suffix removed)