KC's Workspace
    Preparing search index...
    interface PageMarginRule<D = Declaration> {
        declarations: DeclarationBlock<D>;
        loc: Location2;
        marginBox: PageMarginBox;
    }

    Type Parameters

    Index

    Properties

    declarations: DeclarationBlock<D>

    The declarations within the rule.

    The location of the rule in the source file.

    marginBox: PageMarginBox

    The margin box identifier for this rule.