Interface DoqryFormat

Structured CSS selector textual format.

Hierarchy

  • DoqryFormat

Properties

Properties

nsAlias?: NamespaceAliaser

Namespace aliaser to use.

New instance will be created if not specified.

qualify?: ((this, qualifier) => string)

Type declaration

    • (this, qualifier): string
    • Qualifier formatting function. When present, it is called for each qualifier to build its textual representation. When unspecified, the qualifiers won't be attached to resulting CSS selector text.

      Parameters

      • this: void
      • qualifier: string

        Qualifier to format.

      Returns string

      Textual representation of qualifier.

Generated using TypeDoc