Skip to content
On this page

Interface: BaseAchievement

features/achievements/achievement.BaseAchievement

Properties

[Component]

[Component]: DefineComponent<{ classes: PropType<ProcessedComputable<Record<string, boolean>>> ; display: PropType<ProcessedComputable<CoercableComponent>> ; earned: { required: true = true; type: PropType<ProcessedComputable<boolean>> } ; id: { required: true = true; type: StringConstructor = String } ; image: PropType<ProcessedComputable<string>> ; mark: PropType<ProcessedComputable<string | boolean>> ; style: PropType<ProcessedComputable<StyleValue>> ; visibility: { required: true = true; type: PropType<ProcessedComputable<Visibility>> } }, { Visibility: typeof Visibility ; component: ShallowRef<null | "" | 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: PropType<ProcessedComputable<CoercableComponent>> ; earned: { required: true = true; type: PropType<ProcessedComputable<boolean>> } ; id: { required: true = true; type: StringConstructor = String } ; image: PropType<ProcessedComputable<string>> ; mark: PropType<ProcessedComputable<string | boolean>> ; style: PropType<ProcessedComputable<StyleValue>> ; visibility: { required: true = true; type: PropType<ProcessedComputable<Visibility>> } }>>, {}>

Defined in

profectus/src/features/achievements/achievement.tsx:50


[GatherProps]

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

Type declaration

▸ (): Record<string, unknown>

Returns

Record<string, unknown>

Defined in

profectus/src/features/achievements/achievement.tsx:51


complete

complete: VoidFunction

Defined in

profectus/src/features/achievements/achievement.tsx:48


earned

earned: Persistent<boolean>

Defined in

profectus/src/features/achievements/achievement.tsx:47


id

id: string

Defined in

profectus/src/features/achievements/achievement.tsx:46


type

type: typeof AchievementType

Defined in

profectus/src/features/achievements/achievement.tsx:49