ArtboardRuntimeExtensions extension
- on
Methods
-
findSMI<
T> (String name, String path) → T? -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
-
getBoolInput(
String name, String path) → SMIBool? -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
Find a boolean input with a given name on a nested artboard at path. -
getNumberInput(
String name, String path) → SMINumber? -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
Find a number input with a given name on a nested artboard at path. -
getTriggerInput(
String name, String path) → SMITrigger? -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
Find a trigger input with a given name on a nested artboard at path. -
nestedArtboard(
String name) → NestedArtboard? -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
-
nestedArtboardAtPath(
String path) → NestedArtboard? -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
-
triggerInput(
String name, String path) → void -
Available on Artboard, provided by the ArtboardRuntimeExtensions extension
Convenience method for firing a trigger input with a given name on a nested artboard at path.