weasel API - v0.8.0
    Preparing search index...

    Interface DefaultTextData

    Shape the default projections expect data to satisfy. All fields optional so any object satisfies the constraint — projections fill in the gaps for non-default shapes.

    interface DefaultTextData {
        runs?: readonly StyledRun[];
        style?: TextStyle;
        text?: string;
    }
    Index

    Properties

    Properties

    runs?: readonly StyledRun[]
    style?: TextStyle
    text?: string