@samatawy/diagrams
    Preparing search index...

    Interface ToolsetConfig

    Configuration options for the Toolset component. Provide only the properties you want to customize. All other properties will use default values.

    interface ToolsetConfig {
        name: string;
        layout: string[];
        hostClassName?: string;
    }
    Index

    Properties

    name: string
    layout: string[]

    Ordered layout of tools in the palette. '*' means insert all remaining tools at this position.

    hostClassName?: string

    Optional CSS class name to apply to the host element of the tool palette. This allows for custom styling of the entire palette.