forked from profectus/Profectus
Correct doc for actionDistance
This commit is contained in:
parent
7b59fcfc38
commit
6f985fd55b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export interface NodeTypeOptions {
|
||||||
titleColor?: NodeComputable<string>;
|
titleColor?: NodeComputable<string>;
|
||||||
/** The list of action options for the node. */
|
/** The list of action options for the node. */
|
||||||
actions?: BoardNodeActionOptions[];
|
actions?: BoardNodeActionOptions[];
|
||||||
/** The distance between the center of the node and its actions. */
|
/** The arc between each action, in radians. */
|
||||||
actionDistance?: NodeComputable<number>;
|
actionDistance?: NodeComputable<number>;
|
||||||
/** A function that is called when the node is clicked. */
|
/** A function that is called when the node is clicked. */
|
||||||
onClick?: (node: BoardNode) => void;
|
onClick?: (node: BoardNode) => void;
|
||||||
|
|
Loading…
Reference in a new issue