Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

TabsContentProps

Props accepted by a tab content panel.

Import

import type { TabsContentProps } from "@dartwic/interface-sdk/ui";

Declaration

export interface TabsContentProps extends HostComponentProps {
    /** Tab value that displays this panel. */
    value: string;
}

Members

NameTypeRequirementDescription
valuestringRequiredTab value that displays this panel.