Sanity Library Reference Docs
    Preparing search index...

    Interface BlockMarksDefinition

    Schema definition for text block marks (decorators and annotations).

    interface BlockMarksDefinition {
        annotations?: ArrayOfType<"object" | "reference", undefined>[];
        decorators?: BlockDecoratorDefinition[];
    }
    Index

    Properties

    annotations?: ArrayOfType<"object" | "reference", undefined>[]