@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A single source pane rendered within UISourceTabs.

    interface UISourceTab {
        code: string;
        filename?: string;
        label: string;
        language?: string;
    }
    Index

    Properties

    code: string

    Raw code content shown inside the tab panel.

    filename?: string

    Optional filename shown above the code block.

    label: string

    Visible tab label.

    language?: string

    Optional language label shown as a small badge.