g3-toolkit API Reference
    Preparing search index...

    Interface NodeStyleEditorProps

    interface NodeStyleEditorProps {
        className?: string;
        nodeId: string;
        onClose: () => void;
        ugm: UGM;
    }
    Index

    Properties

    className?: string
    nodeId: string
    onClose: () => void
    ugm: UGM