Skip to content

Commit 1f3180b

Browse files
committed
docs
1 parent abf821a commit 1f3180b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shared/ScriptUI.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,15 +2508,15 @@ declare class KeyboardState {
25082508
}
25092509

25102510
/**
2511-
* Added by types-for-adobe
2511+
* A Control class.
25122512
*/
25132513
declare class _Control {
25142514
/**
25152515
* The alignment style for child elements of a container. If defined, this value overrides the alignChildren setting for the parent container.
25162516
* This can be a single string, which indicates the alignment for the orientation specified in the parent container, or an array of two strings, indicating both the horizontal and vertical alignment (in that order). Allowed values depend on the orientation value of the parent container. They are not case sensitive.
2517-
* For orientation=row:top, bottom, fill
2518-
* For orientation=column: left, right, fill
2519-
* For orientation=stack:top, bottom, left, right, fill
2517+
* For orientation = row: top, bottom, fill
2518+
* For orientation = column: left, right, fill
2519+
* For orientation = stack: top, bottom, left, right, fill
25202520
*/
25212521
alignment: string
25222522

0 commit comments

Comments
 (0)