Interface: ResetButtonOptions
data/common.ResetButtonOptions
Hierarchy
↳
ResetButtonOptions
Properties
canClick
• Optional
canClick: Computable
<boolean
>
Overrides
Defined in
profectus/src/data/common.tsx:35
classes
• Optional
classes: Computable
<Record
<string
, boolean
>>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:21
conversion
• conversion: GenericConversion
Defined in
profectus/src/data/common.tsx:29
display
• Optional
display: Computable
<CoercableComponent
>
Overrides
Defined in
profectus/src/data/common.tsx:34
mark
• Optional
mark: Computable
<string
| boolean
>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:23
minimumGain
• Optional
minimumGain: Computable
<DecimalSource
>
Defined in
profectus/src/data/common.tsx:36
onHold
• Optional
onHold: VoidFunction
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:33
resetDescription
• Optional
resetDescription: Computable
<string
>
Defined in
profectus/src/data/common.tsx:32
resetTime
• Optional
resetTime: Persistent
<DecimalSource
>
Defined in
profectus/src/data/common.tsx:37
showNextAt
• Optional
showNextAt: Computable
<boolean
>
Defined in
profectus/src/data/common.tsx:33
small
• Optional
small: boolean
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:31
style
• Optional
style: Computable
<StyleValue
>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:22
tree
• tree: GenericTree
Defined in
profectus/src/data/common.tsx:30
treeNode
• treeNode: GenericTreeNode
Defined in
profectus/src/data/common.tsx:31
visibility
• Optional
visibility: Computable
<Visibility
>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:19
Methods
onClick
▸ Optional
onClick(e?
): void
Parameters
Name | Type |
---|---|
e? | MouseEvent | TouchEvent |
Returns
void