Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
TextStyleSaveInputs
Interface TextStyleSaveInputs
interface
TextStyleSaveInputs
{
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
clone
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
;
get
:
(
item
:
string
)
=>
any
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
includeDefaults
?:
boolean
|
string
[]
;
kill
:
(
item
?:
any
)
=>
void
;
saveAsPacket
:
(
item
?:
boolean
|
TextStyleSaveInputs
)
=>
string
;
set
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
;
setDelta
:
(
item
?:
TextStyleFactoryDeltaInputs
)
=>
TextStyleInstance
;
}
Hierarchy (
View Summary
)
TextStyleFactoryFunctions
SaveInputs
TextStyleSaveInputs
Index
Properties
action
Packet
clone
get
import
Packet
include
Defaults?
kill
save
As
Packet
set
set
Delta
Properties
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
clone
clone
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
get
get
:
(
item
:
string
)
=>
any
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
Optional
include
Defaults
includeDefaults
?:
boolean
|
string
[]
kill
kill
:
(
item
?:
any
)
=>
void
save
As
Packet
saveAsPacket
:
(
item
?:
boolean
|
TextStyleSaveInputs
)
=>
string
set
set
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
set
Delta
setDelta
:
(
item
?:
TextStyleFactoryDeltaInputs
)
=>
TextStyleInstance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Packet
clone
get
import
Packet
include
Defaults
kill
save
As
Packet
set
set
Delta
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...