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
| ""
| 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:37
id
• id: string
Defined in
profectus/src/features/bars/bar.ts:35
type
• type: typeof BarType
Defined in
profectus/src/features/bars/bar.ts:36
Methods
[GatherProps]
▸ [GatherProps](): Record
<string
, unknown
>
Returns
Record
<string
, unknown
>