Class FieldKey

Hierarchy (view full)

Constructors

Properties

name: string
parent: QueryKey

Methods

  • Use QueryKey encoding to decode a single part. This matches org.labkey.api.query.QueryKey.decodePart() in the Java API.

    Parameters

    • s: string

    Returns string

  • Use QueryKey encoding to encode a single part. This matches org.labkey.api.query.QueryKey.encodePart() in the Java API.

    Parameters

    • s: string

    Returns string

Generated using TypeDoc