Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StringFormatDefinition

Hierarchy

  • StringFormatDefinition

Index

Properties

Properties

Optional async

async: undefined | false | true

Optional compare

compare: undefined | ((data1: string, data2: string) => number)

Optional type

type: undefined | "string"

validate

validate: FormatValidator