Type Parameters

  • T extends PythonComponentDataType = "static" | "dynamic"
  • N = T extends "static"
        ? unknown
        : T extends "dynamic"
            ? string
            : unknown

Constructors

Properties

Constructors

Properties

data: N
type: T