@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CRHowToStepState<Type>

    CRHowToStepState: {
        aggregateElement: CRItemListAggregateElement;
        item: CRListItemItem;
        itemListElement: Readonly<CRList<CRHowToStepElement>>;
        itemListOrder: CRItemListOrder;
        nextItem: CRListItemRelation;
        numberOfItems: SchemaOrgInteger;
        position: CRListItemPosition;
        previousItem: CRListItemRelation;
    } & CRCreativeWorkState<Type>

    Runtime CRDT state surface for Schema.org HowToStep.

    Type Parameters

    • Type = "HowToStep"

    Type Declaration