RevGrid - v0.9.3
    Preparing search index...

    Interface RevTableFieldSourceDefinitionCachingFactory<TypeId, TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    interface RevTableFieldSourceDefinitionCachingFactory<
        TypeId,
        TextFormattableValueTypeId,
        TextFormattableValueAttributeTypeId,
    > {
        definitionFactory: RevTableFieldSourceDefinitionFactory<
            TypeId,
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >;
        createLayoutDefinition(
            fieldIds: RevTableFieldSourceDefinition.FieldId<TypeId>[],
        ): RevColumnLayoutDefinition;
        get(
            typeId: TypeId,
        ): RevTableFieldSourceDefinition<
            TypeId,
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >;
    }

    Type Parameters

    • TypeId
    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId
    Index

    Properties

    Methods