TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface LinkInputData

    Link data from forms; the deleted field is for lazy deletion of input fields to simplify forms

    interface LinkInputData {
        deleted: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    deleted: boolean

    True if the link is marked to be deleted

    value: string

    Actual value of the link