Skip to content

LiveExampleTab

type LiveExampleTab =
    | ResultTab
    | ConsoleTab
    | OutputTab
AssemblyNacara.Plugin.LiveExample

Which tab a snippet opens on once it has run.

Cases

ResultTab

What the snippet drew.

ConsoleTab

What it printed.

OutputTab

What Fable made of it.

Properties

member IsConsoleTab: bool
member IsOutputTab: bool
member IsResultTab: bool