Interface: BaseBar

features/bars/bar.BaseBar

Properties

[Component]

[Component]: DefineComponent<{ baseStyle: PropType<ProcessedComputable<StyleValue>> ; borderStyle: PropType<ProcessedComputable<StyleValue>> ; classes: PropType<ProcessedComputable<Record<string, boolean>>> ; direction: { required: true = true; type: PropType<ProcessedComputable<Direction>> } ; display: PropType<ProcessedComputable<CoercableComponent>> ; fillStyle: PropType<ProcessedComputable<StyleValue>> ; height: { required: true = true; type: PropType<ProcessedComputable<number>> } ; id: { required: true = true; type: StringConstructor = String } ; mark: PropType<ProcessedComputable<string | boolean>> ; progress: { required: true = true; type: PropType<ProcessedComputable<DecimalSource>> } ; style: PropType<ProcessedComputable<StyleValue>> ; textStyle: PropType<ProcessedComputable<StyleValue>> ; visibility: { required: true = true; type: PropType<ProcessedComputable<Visibility>> } ; width: { required: true = true; type: PropType<ProcessedComputable<number>> } }, { Visibility: typeof Visibility ; barStyle: ComputedRef<Partial<CSSProperties>> ; component: ShallowRef<null | "" | JSXFunction | Component<any, any, any, ComputedOptions, MethodOptions>> ; normalizedProgress: ComputedRef<number> ; unref: <T>(ref: T | Ref<T>) => T }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<{ baseStyle: PropType<ProcessedComputable<StyleValue>> ; borderStyle: PropType<ProcessedComputable<StyleValue>> ; classes: PropType<ProcessedComputable<Record<string, boolean>>> ; direction: { required: true = true; type: PropType<ProcessedComputable<Direction>> } ; display: PropType<ProcessedComputable<CoercableComponent>> ; fillStyle: PropType<ProcessedComputable<StyleValue>> ; height: { required: true = true; type: PropType<ProcessedComputable<number>> } ; id: { required: true = true; type: StringConstructor = String } ; mark: PropType<ProcessedComputable<string | boolean>> ; progress: { required: true = true; type: PropType<ProcessedComputable<DecimalSource>> } ; style: PropType<ProcessedComputable<StyleValue>> ; textStyle: PropType<ProcessedComputable<StyleValue>> ; visibility: { required: true = true; type: PropType<ProcessedComputable<Visibility>> } ; width: { required: true = true; type: PropType<ProcessedComputable<number>> } }>>, {}>

Defined in

profectus/src/features/bars/bar.ts:51


id

id: string

Defined in

profectus/src/features/bars/bar.ts:49


type

type: typeof BarType

Defined in

profectus/src/features/bars/bar.ts:50

Methods

[GatherProps]

[GatherProps](): Record<string, unknown>

Returns

Record<string, unknown>

Defined in

profectus/src/features/bars/bar.ts:52