igcv3 - v1.1.0
    Preparing search index...

    Interface StyleApplyOptions

    interface StyleApplyOptions {
        color?: StyleColorName;
        bold?: boolean;
        hex?: string;
    }
    Index

    Properties

    Properties

    bold?: boolean
    hex?: string

    Takes precedence over color if provided.