RevGrid - v0.9.3
    Preparing search index...

    Interface RevTableFieldSourceDefinitionFactory<TypeId, TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    interface RevTableFieldSourceDefinitionFactory<
        TypeId,
        TextFormattableValueTypeId,
        TextFormattableValueAttributeTypeId,
    > {
        create(
            typeId: TypeId,
        ): RevTableFieldSourceDefinition<
            TypeId,
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >;
        tryNameToId(name: string): undefined | TypeId;
    }

    Type Parameters

    • TypeId
    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId
    Index

    Methods

    • Parameters

      • name: string

      Returns undefined | TypeId