Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jabbany/CommentCoreLibrary
/ align
Method
align
src/scripting/api/Display/CommentField.ts:42–46 ·
view source on GitHub ↗
(a:string)
Source
from the content-addressed store, hash-verified
40
}
41
42
set align(a:string) {
43
var
tf = this.getTextFormat();
44
tf.align = a;
45
this.setTextFormat(tf);
46
}
47
48
get align():string {
49
return
this.getTextFormat().align;
Callers
nothing calls this directly
Calls
2
getTextFormat
Method · 0.80
setTextFormat
Method · 0.45
Tested by
no test coverage detected