[Go to site: main page, start]

Interface PlaceableTabEntryContext

interface PlaceableTabEntryContext {
    buttons: Partial<FormFooterButton>[];
    id: string;
    label: string;
}
Index

Properties

Properties

buttons: Partial<FormFooterButton>[]
id: string
label: string