sillycode
    Preparing search index...

    Type Alias StylePart

    Style formatting toggle tag, enable or disable, each effect is independent.

    type StylePart = {
        enable: boolean;
        style: StyleKind;
        type: "style";
    }
    Index

    Properties

    Properties

    enable: boolean
    style: StyleKind
    type: "style"