Interface: ResetButtonOptions
data/common.ResetButtonOptions
Hierarchy
↳
ResetButtonOptions
Properties
canClick
• Optional
canClick: Computable
<boolean
>
Overrides
Defined in
profectus/src/data/common.tsx:48
classes
• Optional
classes: Computable
<Record
<string
, boolean
>>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:30
conversion
• conversion: GenericConversion
Defined in
profectus/src/data/common.tsx:42
display
• Optional
display: Computable
<CoercableComponent
>
Overrides
Defined in
profectus/src/data/common.tsx:47
mark
• Optional
mark: Computable
<string
| boolean
>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:32
minimumGain
• Optional
minimumGain: Computable
<DecimalSource
>
Defined in
profectus/src/data/common.tsx:49
onHold
• Optional
onHold: VoidFunction
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:42
resetDescription
• Optional
resetDescription: Computable
<string
>
Defined in
profectus/src/data/common.tsx:45
showNextAt
• Optional
showNextAt: Computable
<boolean
>
Defined in
profectus/src/data/common.tsx:46
small
• Optional
small: boolean
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:40
style
• Optional
style: Computable
<StyleValue
>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:31
tree
• tree: GenericTree
Defined in
profectus/src/data/common.tsx:43
treeNode
• treeNode: GenericTreeNode
Defined in
profectus/src/data/common.tsx:44
visibility
• Optional
visibility: Computable
<Visibility
>
Inherited from
Defined in
profectus/src/features/clickables/clickable.ts:28
Methods
onClick
▸ Optional
onClick(e?
): void
Parameters
Name | Type |
---|---|
e? | MouseEvent | TouchEvent |
Returns
void