mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +00:00
Correct doc for actionDistance
This commit is contained in:
parent
dbd1e10475
commit
1e0666a36a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export interface NodeTypeOptions {
|
|||
titleColor?: NodeComputable<string>;
|
||||
/** The list of action options for the node. */
|
||||
actions?: BoardNodeActionOptions[];
|
||||
/** The distance between the center of the node and its actions. */
|
||||
/** The arc between each action, in radians. */
|
||||
actionDistance?: NodeComputable<number>;
|
||||
/** A function that is called when the node is clicked. */
|
||||
onClick?: (node: BoardNode) => void;
|
||||
|
|
Loading…
Reference in a new issue