Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteQueryOptions<T>

Type parameters

  • T

Hierarchy

  • RouteQueryOptions

Index

Properties

Optional default

default: T | ((this: Vue) => T)

Optional literal

literal: T

Optional parser

parser: undefined | ((val: string | (null | string)[]) => T)

Optional serializer

serializer: undefined | ((val?: T) => string | (null | string)[])

Generated using TypeDoc