RevGrid - v0.9.3
    Preparing search index...

    Interface RevTextFormatter<TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    interface RevTextFormatter<
        TextFormattableValueTypeId,
        TextFormattableValueAttributeTypeId,
    > {
        format(
            value: RevTextFormattableValue<
                TextFormattableValueTypeId,
                TextFormattableValueAttributeTypeId,
            >,
        ): string;
    }

    Type Parameters

    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId
    Index

    Methods

    Methods