markmap
    Preparing search index...

    Interface IToolbarItem

    interface IToolbarItem {
        content: VChildren;
        id?: string;
        onClick?: (e: Event) => void;
        title?: string;
    }
    Index

    Properties

    content: VChildren
    id?: string
    onClick?: (e: Event) => void
    title?: string