Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProps

Hierarchy

  • IProps

Index

Properties

Optional metadata

metadata: Record<string, string>

onValueChanged

onValueChanged: function

Type declaration

    • (this: void, newValue: unknown): void
    • Parameters

      • this: void
      • newValue: unknown

      Returns void

Optional schema

schema: undefined | object

type

type: Type

value

value: unknown

Generated using TypeDoc