UNPKG

@comet-cli/plugin-documentation

Version:
11 lines (10 loc) 323 B
import { Vue } from "vue-property-decorator"; import { Parameter } from "@comet-cli/types"; export default class TrialParameter extends Vue { name: string; readonly value: string | boolean; readonly parameter: Parameter; get color(): string; get isEnum(): boolean; get type(): string | undefined; }