Interface: BaseMilestone

features/milestones/milestone.BaseMilestone

Properties

[Component]

[Component]: DefineComponent<{ classes: PropType<ProcessedComputable<Record<string, boolean>>> ; display: { required: true = true; type: PropType<ProcessedComputable<undefined | CoercableComponent | { effectDisplay?: CoercableComponent ; optionsDisplay?: CoercableComponent ; requirement: CoercableComponent } | { effectDisplay?: CoercableComponent ; optionsDisplay?: CoercableComponent ; requirement: CoercableComponent }>> } ; earned: { required: true = true; type: PropType<ProcessedComputable<boolean>> } ; id: { required: true = true; type: StringConstructor = String } ; style: PropType<ProcessedComputable<StyleValue>> ; visibility: { required: true = true; type: PropType<ProcessedComputable<Visibility>> } }, { Visibility: typeof Visibility ; comp: ShallowRef<string | Component<any, any, any, ComputedOptions, MethodOptions>> ; unref: <T>(ref: T | Ref<T>) => T }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<{ classes: PropType<ProcessedComputable<Record<string, boolean>>> ; display: { required: true = true; type: PropType<ProcessedComputable<undefined | CoercableComponent | { effectDisplay?: CoercableComponent ; optionsDisplay?: CoercableComponent ; requirement: CoercableComponent } | { effectDisplay?: CoercableComponent ; optionsDisplay?: CoercableComponent ; requirement: CoercableComponent }>> } ; earned: { required: true = true; type: PropType<ProcessedComputable<boolean>> } ; id: { required: true = true; type: StringConstructor = String } ; style: PropType<ProcessedComputable<StyleValue>> ; visibility: { required: true = true; type: PropType<ProcessedComputable<Visibility>> } }>>, {}>

Defined in

profectus/src/features/milestones/milestone.tsx:57


complete

complete: VoidFunction

Defined in

profectus/src/features/milestones/milestone.tsx:55


earned

earned: Persistent<boolean>

Defined in

profectus/src/features/milestones/milestone.tsx:54


id

id: string

Defined in

profectus/src/features/milestones/milestone.tsx:53


type

type: typeof MilestoneType

Defined in

profectus/src/features/milestones/milestone.tsx:56

Methods

[GatherProps]

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

Returns

Record<string, unknown>

Defined in

profectus/src/features/milestones/milestone.tsx:58