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

    Type Alias CRWebPageElementDefaultShape<Type>

    CRWebPageElementDefaultShape: {
        cssSelector: CRSetSnapshot<SchemaOrgCssSelectorType>;
        xpath: CRSetSnapshot<SchemaOrgXPathType>;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org WebPageElement.

    Schema.org: A web page element, like a table or an image.

    Type Parameters

    • Type = "WebPageElement"

    Type Declaration