storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel.assist
/
AssistantWindow
Assistant
Window
jvm
class
AssistantWindow
(
val
animatic
:
Animatic
,
captions
:
List
<
Caption
>
=
emptyList()
)
:
EaselWindow
(
source
)
Members
Constructors
Assistant
Window
Link copied to clipboard
jvm
constructor
(
animatic
:
Animatic
,
captions
:
List
<
Caption
>
=
emptyList()
)
Properties
animatic
Link copied to clipboard
jvm
val
animatic
:
Animatic
decorator
Link copied to clipboard
jvm
open
override
val
decorator
:
Decorator
name
Link copied to clipboard
jvm
open
override
val
name
:
String
visible
Link copied to clipboard
jvm
open
override
var
visible
:
Boolean
Functions
Content
Link copied to clipboard
jvm
@
Composable
open
override
fun
Content
(
)
Menu
Link copied to clipboard
jvm
@
Composable
open
override
fun
MenuScope
.
Menu
(
)