@witchcraft/editor
    Preparing search index...

    Type Alias CssVariables

    type CssVariables = {
        dragHandleCollapseIndicatorImage: string;
        dragHandleImage: string;
        dragHandleMargin: string;
        dragHandleSize: string;
        pmCodeBlockBgColor: string;
        pmDragScrollMargin: string;
        pmMaxEmbedWidth: string;
        pmNodeTypeMargin: string;
        pmUnfocusedSelectionColor: string;
    }
    Index

    Properties

    dragHandleCollapseIndicatorImage: string
    dragHandleImage: string
    dragHandleMargin: string

    The space between the handle and the node type indicator or node.

    dragHandleSize: string

    The size of the draggable handle.

    pmCodeBlockBgColor: string

    The background color for the code blocks. This has not effect unless you've injected the css. See useHighlightJsTheme.

    pmDragScrollMargin: string
    pmMaxEmbedWidth: string
    pmNodeTypeMargin: string

    The space between the node type indicator and the node.

    pmUnfocusedSelectionColor: string